Package-level declarations

Types

Link copied to clipboard
@Immutable
class IconImage : Parcelable

Represents an IconImage for PointAnnotationState, it can either be a String image id or a Bitmap to be added to the map.

Functions

Link copied to clipboard
@Composable
fun rememberIconImage(@DrawableRes resourceId: Int): IconImage

Create and remember a Bitmap with resourceId.

@Composable
fun rememberIconImage(key: Any?, painter: Painter): IconImage

Create and remember a Bitmap with Painter.

Link copied to clipboard
@Composable
fun ViewAnnotation(options: ViewAnnotationOptions, modifier: Modifier = Modifier, onUpdatedListener: OnViewAnnotationUpdatedListener? = null, content: @Composable () -> Unit)

Composable function to add a ViewAnnotation to the Map.